Sd Jwt Vc Type Metadata
@Serializable
Constructors
Link copied to clipboard
constructor(vct: Vct, vctIntegrity: DocumentIntegrity? = null, name: String? = null, description: String? = null, extends: URI? = null, extendsIntegrity: DocumentIntegrity? = null, display: Display? = null, claims: List<ClaimMetadata>? = null, schema: JsonSchema? = null, schemaUri: URI? = null, schemaUriIntegrity: DocumentIntegrity? = null)
Properties
Link copied to clipboard
List containing claim information for the type
Link copied to clipboard
A human-readable description for the type, intended for developers reading the JSON document
Link copied to clipboard
A URI of another type that this type extends
Link copied to clipboard
Link copied to clipboard
An embedded JSON Schema document describing the structure of the Verifiable Credential MUST NOT be used if schema_uri is present
Link copied to clipboard
Link copied to clipboard